Black Duck
An advisor that retrieves vulnerability information from a Black Duck instance.
Configuration
Example
{
"BlackDuck": {
"options": {
"serverUrl": null
},
"secrets": {
"apiToken": null
}
}
}
Options
serverUrl
The base URL of the BlackDuck REST API.
apiToken
The API token to use for authentication.